Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / NamedObjectCollection<T> Class / AddRange Method


In This Topic
    AddRange Method (NamedObjectCollection<T>)
    In This Topic
    Copies the elements of the specified array to the end of the collection.
    Overload List
    OverloadDescription
    Copies the elements of the specified array to the end of the collection. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>)
    Adds the contents of another IList<T> to the end of the collection. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>)
    Adds the contents of another CollectionEx<T> to the end of the collection. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>)
    See Also